home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / desktop / dibquant.zip / DIBQUANT.RC < prev    next >
Text File  |  1994-06-17  |  2KB  |  54 lines

  1. #ifdef APSTUDIO_INVOKED
  2.     #error this file is not editable by App Studio
  3. #endif //APSTUDIO_INVOKED
  4.  
  5. //#include "resource.h"
  6. /////////////////////////////////////////////////////////////////////////////
  7. // Version stamp for this .EXE
  8. #ifdef WIN32
  9. #include "winver.h"
  10. #else
  11. #include "ver.h"
  12. #endif
  13.  
  14. VS_VERSION_INFO     VERSIONINFO
  15.   FILEVERSION       1,0,0,2
  16.   PRODUCTVERSION    1,0,0,2
  17.   FILEFLAGSMASK     VS_FFI_FILEFLAGSMASK
  18. #ifdef _DEBUG
  19.   FILEFLAGS         VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
  20. #else
  21.   FILEFLAGS         0 // final version
  22. #endif
  23.  
  24. #ifdef WIN32
  25.   FILEOS            VOS_DOS_WINDOWS32
  26. #else
  27.   FILEOS            VOS_DOS_WINDOWS16
  28. #endif
  29.   FILETYPE          VFT_APP
  30.   FILESUBTYPE       0   // not used
  31. BEGIN
  32.     BLOCK "StringFileInfo"
  33.     BEGIN
  34.         BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
  35.         BEGIN 
  36.             VALUE "CompanyName",     "\0"
  37.             VALUE "FileDescription", "Quantize  DLL\0"
  38.             VALUE "FileVersion",     "1.0.002\0"
  39.             VALUE "InternalName",    "dibquant\0"
  40.             VALUE "LegalCopyright",  "Copyright ⌐ 1994 Eddie McCreary\0"
  41.             VALUE "LegalTrademarks", "\0"
  42.             VALUE "OriginalFilename","Quantize  DLL\0"
  43.             VALUE "ProductName",     "dibquant\0"
  44.             VALUE "ProductVersion",  "1.0.002\0"
  45.         END
  46.     END
  47.     BLOCK "VarFileInfo" 
  48.     BEGIN 
  49.         VALUE "Translation", 0x409, 1252
  50.             // English language (0x409) and the Windows ANSI codepage (1252)
  51.     END
  52. END
  53.  
  54.